home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HNetware / HInfoNetW.EN / RCDATA / TDLGWATCH / TDLGWATCH.txt < prev   
Text File  |  2002-07-03  |  9KB  |  420 lines

  1. object dlgWatch: TdlgWatch
  2.   Left = 293
  3.   Top = 311
  4.   BorderStyle = bsDialog
  5.   Caption = 'Watch properties'
  6.   ClientHeight = 381
  7.   ClientWidth = 313
  8.   Color = clBtnFace
  9.   Font.Charset = EASTEUROPE_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 344
  21.     Width = 313
  22.     Height = 37
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Panel3: TPanel
  27.       Left = 147
  28.       Top = 0
  29.       Width = 166
  30.       Height = 37
  31.       Align = alRight
  32.       BevelOuter = bvNone
  33.       TabOrder = 0
  34.       object bok: TButton
  35.         Left = 12
  36.         Top = 6
  37.         Width = 75
  38.         Height = 25
  39.         Cursor = crHandPoint
  40.         Caption = 'OK'
  41.         Default = True
  42.         Enabled = False
  43.         ModalResult = 1
  44.         TabOrder = 0
  45.       end
  46.       object Button2: TButton
  47.         Left = 87
  48.         Top = 6
  49.         Width = 75
  50.         Height = 25
  51.         Cursor = crHandPoint
  52.         Cancel = True
  53.         Caption = 'Zru∩┐╜it'
  54.         ModalResult = 2
  55.         TabOrder = 1
  56.       end
  57.     end
  58.   end
  59.   object pc: TPageControl
  60.     Left = 0
  61.     Top = 0
  62.     Width = 313
  63.     Height = 344
  64.     Cursor = crHandPoint
  65.     ActivePage = tsProps
  66.     Align = alClient
  67.     TabOrder = 1
  68.     TabStop = False
  69.     object tsProps: TTabSheet
  70.       Caption = 'Watch Properties'
  71.       object Label3: TLabel
  72.         Left = 233
  73.         Top = 53
  74.         Width = 21
  75.         Height = 13
  76.         Caption = 'secs'
  77.       end
  78.       object Label1: TLabel
  79.         Left = 78
  80.         Top = 22
  81.         Width = 51
  82.         Height = 13
  83.         Alignment = taRightJustify
  84.         Caption = 'Host name'
  85.       end
  86.       object Label2: TLabel
  87.         Left = 65
  88.         Top = 53
  89.         Width = 64
  90.         Height = 13
  91.         Alignment = taRightJustify
  92.         Caption = 'Watch period'
  93.       end
  94.       object Image1: TImage
  95.         Left = 17
  96.         Top = 14
  97.         Width = 32
  98.         Height = 32
  99.         AutoSize = True
  100.         Center = True
  101.         Picture.Data = {<image000.bmp>}
  102.         Transparent = True
  103.       end
  104.       object Label4: TLabel
  105.         Left = 83
  106.         Top = 107
  107.         Width = 44
  108.         Height = 13
  109.         Alignment = taRightJustify
  110.         Caption = 'Data size'
  111.       end
  112.       object Label5: TLabel
  113.         Left = 89
  114.         Top = 133
  115.         Width = 38
  116.         Height = 13
  117.         Alignment = taRightJustify
  118.         Caption = 'Timeout'
  119.       end
  120.       object Label6: TLabel
  121.         Left = 70
  122.         Top = 157
  123.         Width = 57
  124.         Height = 13
  125.         Alignment = taRightJustify
  126.         Caption = 'Time to Live'
  127.       end
  128.       object Bevel1: TBevel
  129.         Left = 13
  130.         Top = 81
  131.         Width = 280
  132.         Height = 13
  133.         Shape = bsBottomLine
  134.       end
  135.       object Bevel2: TBevel
  136.         Left = 13
  137.         Top = 178
  138.         Width = 280
  139.         Height = 7
  140.         Shape = bsBottomLine
  141.       end
  142.       object se: TRxSpinEdit
  143.         Left = 137
  144.         Top = 49
  145.         Width = 91
  146.         Height = 21
  147.         Alignment = taRightJustify
  148.         MaxValue = 3600
  149.         MinValue = 5
  150.         Value = 300
  151.         TabOrder = 1
  152.       end
  153.       object cbxSave: TCheckBox
  154.         Left = 32
  155.         Top = 267
  156.         Width = 184
  157.         Height = 17
  158.         Cursor = crHandPoint
  159.         Caption = 'Write log to file simultaneously'
  160.         TabOrder = 7
  161.       end
  162.       object eip: TEdit
  163.         Left = 137
  164.         Top = 20
  165.         Width = 121
  166.         Height = 21
  167.         TabOrder = 0
  168.         OnChange = eIPChange
  169.       end
  170.       object seSize: TRxSpinEdit
  171.         Left = 137
  172.         Top = 103
  173.         Width = 73
  174.         Height = 21
  175.         Hint = 'Data size in bytes'
  176.         Alignment = taRightJustify
  177.         Increment = 8
  178.         Value = 56
  179.         ParentShowHint = False
  180.         ShowHint = True
  181.         TabOrder = 2
  182.       end
  183.       object seTimeout: TRxSpinEdit
  184.         Left = 137
  185.         Top = 127
  186.         Width = 73
  187.         Height = 21
  188.         Hint = 'Timeout in miliseconds'
  189.         Alignment = taRightJustify
  190.         Increment = 1000
  191.         Value = 4000
  192.         ParentShowHint = False
  193.         ShowHint = True
  194.         TabOrder = 3
  195.       end
  196.       object seTTL: TRxSpinEdit
  197.         Left = 137
  198.         Top = 151
  199.         Width = 73
  200.         Height = 21
  201.         Hint = 'Time to live for send'
  202.         Alignment = taRightJustify
  203.         Value = 64
  204.         ParentShowHint = False
  205.         ShowHint = True
  206.         TabOrder = 4
  207.       end
  208.       object cbxAlert: TCheckBox
  209.         Left = 32
  210.         Top = 206
  211.         Width = 229
  212.         Height = 17
  213.         Cursor = crHandPoint
  214.         Caption = 'Send mail notification when error occured'
  215.         TabOrder = 5
  216.         OnClick = cbxAlertClick
  217.       end
  218.       object email: TEdit
  219.         Left = 32
  220.         Top = 227
  221.         Width = 223
  222.         Height = 21
  223.         Enabled = False
  224.         TabOrder = 6
  225.       end
  226.     end
  227.     object tsPrefs: TTabSheet
  228.       Caption = 'Preferences'
  229.       ImageIndex = 1
  230.       object GroupBox1: TGroupBox
  231.         Left = 9
  232.         Top = 11
  233.         Width = 283
  234.         Height = 92
  235.         Caption = ' SMTP Server '
  236.         TabOrder = 0
  237.         object Label7: TLabel
  238.           Left = 58
  239.           Top = 28
  240.           Width = 22
  241.           Height = 13
  242.           Alignment = taRightJustify
  243.           Caption = 'Host'
  244.         end
  245.         object Label8: TLabel
  246.           Left = 60
  247.           Top = 55
  248.           Width = 20
  249.           Height = 13
  250.           Alignment = taRightJustify
  251.           Caption = 'Port'
  252.         end
  253.         object Image2: TImage
  254.           Left = 10
  255.           Top = 22
  256.           Width = 32
  257.           Height = 32
  258.           AutoSize = True
  259.           Center = True
  260.           Picture.Data = {<image001.bmp>}
  261.           Transparent = True
  262.         end
  263.         object Label9: TLabel
  264.           Left = 16
  265.           Top = 124
  266.           Width = 48
  267.           Height = 13
  268.           Alignment = taRightJustify
  269.           Caption = 'Username'
  270.         end
  271.         object Label10: TLabel
  272.           Left = 17
  273.           Top = 151
  274.           Width = 46
  275.           Height = 13
  276.           Alignment = taRightJustify
  277.           Caption = 'Password'
  278.         end
  279.         object Bevel3: TBevel
  280.           Left = 10
  281.           Top = 92
  282.           Width = 264
  283.           Height = 9
  284.           Shape = bsBottomLine
  285.         end
  286.         object Label11: TLabel
  287.           Left = 17
  288.           Top = 93
  289.           Width = 76
  290.           Height = 13
  291.           Caption = ' Authentication '
  292.         end
  293.         object eHost: TEdit
  294.           Left = 88
  295.           Top = 24
  296.           Width = 180
  297.           Height = 21
  298.           MaxLength = 15
  299.           TabOrder = 0
  300.         end
  301.         object eport: TEdit
  302.           Left = 88
  303.           Top = 51
  304.           Width = 44
  305.           Height = 21
  306.           MaxLength = 15
  307.           TabOrder = 1
  308.         end
  309.         object eUser: TEdit
  310.           Left = 72
  311.           Top = 120
  312.           Width = 180
  313.           Height = 21
  314.           MaxLength = 15
  315.           TabOrder = 2
  316.         end
  317.         object ePwd: TEdit
  318.           Left = 72
  319.           Top = 147
  320.           Width = 180
  321.           Height = 21
  322.           MaxLength = 15
  323.           PasswordChar = '*'
  324.           TabOrder = 3
  325.         end
  326.       end
  327.       object GroupBox2: TGroupBox
  328.         Left = 11
  329.         Top = 111
  330.         Width = 283
  331.         Height = 71
  332.         Caption = ' Ping '
  333.         TabOrder = 1
  334.         object Label12: TLabel
  335.           Left = 53
  336.           Top = 30
  337.           Width = 116
  338.           Height = 13
  339.           Alignment = taRightJustify
  340.           Caption = 'Number of pings per tick'
  341.         end
  342.         object Image3: TImage
  343.           Left = 10
  344.           Top = 23
  345.           Width = 32
  346.           Height = 32
  347.           AutoSize = True
  348.           Center = True
  349.           Picture.Data = {<image002.bmp>}
  350.         end
  351.         object seping: TRxSpinEdit
  352.           Left = 179
  353.           Top = 26
  354.           Width = 46
  355.           Height = 21
  356.           Alignment = taRightJustify
  357.           MaxValue = 10
  358.           MinValue = 1
  359.           Value = 4
  360.           TabOrder = 0
  361.         end
  362.       end
  363.       object cbxAutoSave: TCheckBox
  364.         Left = 14
  365.         Top = 287
  366.         Width = 241
  367.         Height = 17
  368.         Cursor = crHandPoint
  369.         Caption = 'AutoSave session on quit'
  370.         TabOrder = 2
  371.       end
  372.       object GroupBox3: TGroupBox
  373.         Left = 11
  374.         Top = 192
  375.         Width = 283
  376.         Height = 86
  377.         Caption = ' Log view '
  378.         TabOrder = 3
  379.         object Image4: TImage
  380.           Left = 15
  381.           Top = 21
  382.           Width = 32
  383.           Height = 32
  384.           AutoSize = True
  385.           Center = True
  386.           Picture.Data = {<image003.bmp>}
  387.           Transparent = True
  388.         end
  389.         object cbxSucc: TCheckBox
  390.           Left = 74
  391.           Top = 20
  392.           Width = 97
  393.           Height = 17
  394.           Cursor = crHandPoint
  395.           Caption = 'Successes'
  396.           TabOrder = 0
  397.         end
  398.         object cbxWarn: TCheckBox
  399.           Left = 74
  400.           Top = 38
  401.           Width = 97
  402.           Height = 17
  403.           Cursor = crHandPoint
  404.           Caption = 'Warnings'
  405.           TabOrder = 1
  406.         end
  407.         object cbxErr: TCheckBox
  408.           Left = 74
  409.           Top = 56
  410.           Width = 97
  411.           Height = 17
  412.           Cursor = crHandPoint
  413.           Caption = 'Errors'
  414.           TabOrder = 2
  415.         end
  416.       end
  417.     end
  418.   end
  419. end
  420.